Skip to content

feat: created register, reterieve and verify user closes #1#14

Merged
Pvsaint merged 4 commits intoChain-Library:mainfrom
aji70:main
Mar 27, 2025
Merged

feat: created register, reterieve and verify user closes #1#14
Pvsaint merged 4 commits intoChain-Library:mainfrom
aji70:main

Conversation

@aji70
Copy link
Contributor

@aji70 aji70 commented Mar 27, 2025

This PR implements a comprehensive user registry system optimized for Cairo/Starknet. It includes a robust user profile structure containing all necessary attributes, along with dedicated data structures for reader-specific and writer-specific information, a rank/level system to track user progression, and a verification tracking mechanism to ensure authenticity. All data structures are thoroughly documented with clear inline comments that explain each field's purpose, ensuring maintainability and clarity. Additionally, the interface and implementation have been separated into IUserRegistry.cairo and UserRegistry.cairo as per the requirements. Closes #1 and #2

@Pvsaint Pvsaint merged commit 384fdbe into Chain-Library:main Mar 27, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[SC] Implement the data structures for the UserRegistry contract

2 participants